ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc.TransposedMultiRow Namespace / TransposedMultiRow<T> Class / LayoutDefinition Property






In This Topic
    LayoutDefinition Property (TransposedMultiRow<T>)
    In This Topic
    Gets or sets an array that defines the layout of the rows used to display each data item.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property LayoutDefinition As System.Collections.Generic.IList(Of CellGroup)
    'Usage
     
    
    Dim instance As TransposedMultiRow(Of T)
    Dim value As System.Collections.Generic.IList(Of CellGroup)
     
    value = instance.LayoutDefinition
    public System.Collections.Generic.IList<CellGroup> LayoutDefinition {get;}
    public read-only property LayoutDefinition: System.Collections.Generic.IList; 
    public function get LayoutDefinition : System.Collections.Generic.IList
    public: __property System.Collections.Generic.IList<CellGroup*>* get_LayoutDefinition();
    public:
    property System.Collections.Generic.IList<CellGroup^>^ LayoutDefinition {
       System.Collections.Generic.IList<CellGroup^>^ get();
    }
    See Also